go.uber.org/mock/gomock.callSet.exhausted (field)

7 uses

	go.uber.org/mock/gomock (current package)
		callset.go#L31: 	exhausted map[callSetKey][]*Call
		callset.go#L46: 		exhausted:  make(map[callSetKey][]*Call),
		callset.go#L54: 		exhausted:     make(map[callSetKey][]*Call),
		callset.go#L68: 		m = cs.exhausted
		callset.go#L89: 			cs.exhausted[key] = append(cs.exhausted[key], call)
		callset.go#L116: 	exhausted := cs.exhausted[key]